|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectraar.world.factory.RAWorldReader
public class RAWorldReader
Read a world definition from a file or description string.
| Constructor Summary | |
|---|---|
RAWorldReader(java.io.File src)
Construct a reader for the file given. |
|
RAWorldReader(java.lang.String desc)
Construct a reader for the world description given. |
|
| Method Summary | |
|---|---|
RAWorld |
getWorld()
Return the world we've read and made. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RAWorldReader(java.lang.String desc)
throws java.lang.Exception
java.lang.Exception
public RAWorldReader(java.io.File src)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public RAWorld getWorld()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||